home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Utilities
/
Unix
/
WhosOnFirst
/
ProcessManager.h
< prev
next >
Wrap
Text File
|
1992-12-26
|
225b
|
15 lines
#import <objc/objc.h>
#import <appkit/appkit.h>
@interface ProcessManager:Object
{
id myTextObject;
id myWindow;
}
- readTTYProcesses: (char *) tty;
- readUserProcesses: (char *) name;
- logoutTTY:(char *) ttyname;
@end